home *** CD-ROM | disk | FTP | other *** search
- /*****************************************************************************
- FILE : ui_netUpdate.h
- SHORTNAME : netUpdat.h
- SNNS VERSION : 3.2
-
- PURPOSE : Header file of correspondent '.c' file
- NOTES :
-
- AUTHOR : Tilman Sommer
- DATE : 18.5.1990
-
- CHANGED BY : Guenter Mamier
- IDENTIFICATION : @(#)ui_netUpdate.h 1.10 3/2/94
- SCCS VERSION : 1.10
- LAST CHANGE : 3/2/94
-
- Copyright (c) 1990-1994 SNNS Group, IPVR, Univ. Stuttgart, FRG
-
- ******************************************************************************/
-
-
- #ifndef _UI_NETUPDATE_DEFINED_
- #define _UI_NETUPDATE_DEFINED_
-
- extern void ui_net_drawLink (struct Ui_DisplayType *, FlagType, int, int,
- FlintType, Bool);
- extern void ui_net_drawUnit (struct Ui_DisplayType *, FlagType, int, Bool);
- extern void ui_net_drawAllLinksToUnit (struct Ui_DisplayType *, FlagType,
- int, Bool);
- extern void ui_net_drawAllLinksFromUnit (struct Ui_DisplayType *, FlagType,
- int, FlagType);
- extern void ui_net_updateWhole (struct Ui_DisplayType *, FlagType, int, Bool);
- extern void ui_net_completeRefresh (struct Ui_DisplayType *, FlagType);
-
- #endif /* _UI_NETUPDATE_DEFINED_ */
-
-
- /* end of file */
- /* lines: 30 */
-
- /* 57 lines generated by deleteprivatedefinitions.awk */
-